Bitmap for UWP
Create(RenderTarget,LinearGradientBrushProperties,Nullable<BrushProperties>,GradientStopCollection) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > LinearGradientBrush クラス > Create メソッド : Create(RenderTarget,LinearGradientBrushProperties,Nullable<BrushProperties>,GradientStopCollection) メソッド
an instance of RenderTarget
The start and end points of the gradient.
The transform and base opacity of the new brush, or NULL. If this value is NULL, the brush defaults to a base opacity of 1.0f and the identity matrix as its transformation.
A collection of GradientStopstructures that describe the colors in the brush's gradient and their locations along the gradient line.
Creates an LinearGradientBrushthat contains the specified gradient stops and has the specified transform and base opacity.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal renderTarget As RenderTarget, _
   ByVal linearGradientBrushProperties As LinearGradientBrushProperties, _
   ByVal brushProperties As System.Nullable(Of BrushProperties), _
   ByVal gradientStopCollection As GradientStopCollection _
) As LinearGradientBrush

パラメータ

renderTarget
an instance of RenderTarget
linearGradientBrushProperties
The start and end points of the gradient.
brushProperties
The transform and base opacity of the new brush, or NULL. If this value is NULL, the brush defaults to a base opacity of 1.0f and the identity matrix as its transformation.
gradientStopCollection
A collection of GradientStopstructures that describe the colors in the brush's gradient and their locations along the gradient line.
参照

LinearGradientBrush クラス
LinearGradientBrush メンバ
オーバーロード一覧